home *** CD-ROM | disk | FTP | other *** search
/ Final Fantasy the Spirits Within Cardz / Final Fantasy the Spirits Within CD Cardz - Disc 1: Aki Ross.iso / pc / assets / aki-exit.dcr / 00012_exitframe-exit.ls < prev    next >
Encoding:
Text File  |  2001-07-20  |  92 b   |  8 lines

  1. on exitFrame
  2.   if the timer < 250 then
  3.     go(the frame)
  4.   else
  5.     go("quit")
  6.   end if
  7. end
  8.